arm: imx: hab: Move CSF_PAD_SIZE to hab.h
authorBryan O'Donoghue <[email protected]>
Fri, 12 Jan 2018 12:40:00 +0000 (12:40 +0000)
committerStefano Babic <[email protected]>
Sun, 14 Jan 2018 16:26:30 +0000 (17:26 +0100)
CSF_PAD_SIZE should be defined in hab.h, move it to that location now.

Signed-off-by: Bryan O'Donoghue <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Sven Ebenfeld <[email protected]>
Cc: George McCollister <[email protected]>
Cc: Breno Matheus Lima <[email protected]>
Tested-by: Breno Lima <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
arch/arm/include/asm/mach-imx/hab.h
arch/arm/mach-imx/hab.c

index 3c19d2e94f5fe9c809a77a15a4325898ce8eaf82..91dda4269eed19109aaf4df59823d83772ee0f92 100644 (file)
@@ -144,6 +144,7 @@ typedef void hapi_clock_init_t(void);
 #define HAB_CID_UBOOT 1 /**< UBOOT Caller ID*/
 
 #define IVT_SIZE                       0x20
+#define CSF_PAD_SIZE                   0x2000
 
 /* ----------- end of HAB API updates ------------*/
 
index 6367562be8b37e6c2b31eeccc82e3e158368ae8f..039a017314c25a4c0f0665071d3f5b3cc2ac1bb9 100644 (file)
@@ -71,7 +71,6 @@
 )
 
 #define ALIGN_SIZE             0x1000
-#define CSF_PAD_SIZE           0x2000
 #define MX6DQ_PU_IROM_MMU_EN_VAR       0x009024a8
 #define MX6DLS_PU_IROM_MMU_EN_VAR      0x00901dd0
 #define MX6SL_PU_IROM_MMU_EN_VAR       0x00900a18